func internal/strconv.fmtE
3 uses
internal/strconv (current package)
ftoa.go#L228: return fmtE(dst, neg, digs, prec, fmt)
ftoa.go#L248: return fmtE(dst, neg, digs, prec-1, fmt+'e'-'g')
ftoa.go#L405: func fmtE(dst []byte, neg bool, d decimalSlice, prec int, fmt byte) []byte {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)